home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
e
/
misc.save
/
000215_sms.antinode@gmail.com_Fri Nov 20 17:07:43 2009.msg
< prev
next >
Wrap
Internet Message Format
|
2011-07-03
|
3KB
Path: reader1.panix.com!panix!bloom-beacon.mit.edu!4.24.21.218.MISMATCH!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!l2g2000yqd.googlegroups.com!not-for-mail
From: Steven Schweda <sms.antinode@gmail.com>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: C-Kermit 9.0 first Alpha test
Date: Fri, 20 Nov 2009 08:44:50 -0800 (PST)
Organization: http://groups.google.com
Lines: 61
Message-ID: <877a104f-89a0-4c2d-938c-9bf79f902a43@l2g2000yqd.googlegroups.com>
References: <slrnhgd7p1.6r9.fdc@panix2.panix.com>
NNTP-Posting-Host: 209.98.249.184
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
X-Trace: posting.google.com 1258735490 27465 127.0.0.1 (20 Nov 2009 16:44:50 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 20 Nov 2009 16:44:50 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: l2g2000yqd.googlegroups.com; posting-host=209.98.249.184;
posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (X11; U; OpenVMS COMPAQ_Professional_Workstation;
en-US; rv:1.8.1.17) Gecko/20081029 SeaMonkey/1.1.12,gzip(gfe),gzip(gfe)
Xref: panix comp.protocols.kermit.misc:15832
Frank da Cruz wrote:
> [...]
> http://kermit.columbia.edu/ck90.html
> [...]
There are a few more things to look into, but for a start:
ALP $ gdiff -u ckuusy.c_orig ckuusy.c
--- ckuusy.c_orig 2009-11-18 16:16:07 -0600
+++ ckuusy.c 2009-11-20 10:26:12 -0600
@@ -3606,8 +3606,8 @@
failmsg = "%CKERMIT-E-SEARCHFAIL, no files for -
s";
#else
failmsg = "No files for -s";
- }
#endif /* VMS */
+ }
XFATAL(failmsg);
}
if (z > 1) {
@@ -4742,8 +4742,3 @@
}
}
#endif /* NOCMDL */
-
-#ifdef VMS
-/* This is the most horrible hack ever */
-}
-#endif /* VMS */
(Well if it wasn't, it certainly was in the running.)
I can't remember if these are old or new (or fixed before or
not):
Compiling ALP$DKA0:[UTILITY.SOURCE.KERMIT.v9r0_2009-11-20]CKUATH.C
#define des_cblock DES_cblock
...................^
%CC-W-MACROREDEF, The redefinition of the macro "des_cblock" conflicts
with a cu
rrent definition because the replacement lists differ. The
redefinition is now
in effect.
at line number 131 in file SSL$ROOT:[INCLUDE]DES_OLD.H;1
#define des_key_schedule DES_key_schedule
.........................^
%CC-W-MACROREDEF, The redefinition of the macro "des_key_schedule"
conflicts wit
h a current definition because the replacement lists differ. The
redefinition i
s now in effect.
at line number 133 in file SSL$ROOT:[INCLUDE]DES_OLD.H;1
I'll try to look at it when I get a chance.